module Base
{
	template vehicle ZRAP_Seat
	{

part ZRAP_SeatFrontLeft
{
	model Default
	{
		file = ZRAP_FrontLeftSeat,
	}

	area = SeatFrontLeft,
	container
	{
		seat = FrontLeft,
		test = Vehicles.ContainerAccess.Seat,
	}
	category = seat,
	itemType = Base.ZRAP_FrontSeat,
	mechanicRequireKey = true,
}

part ZRAP_SeatFrontRight
{
	model Default
	{
		file = ZRAP_FrontRightSeat,
	}

	area = SeatFrontRight,
	container
	{
		seat = FrontRight,
		test = Vehicles.ContainerAccess.Seat,
	}
	category = seat,
	itemType = Base.ZRAP_FrontSeat,
	mechanicRequireKey = true,
}

part ZRAP_SeatRearLeft
{
	model Default
	{
		file = ZRAP_RearLeftSeat,
	}
	area = SeatRearLeft,
	container
	{
		seat = RearLeft,
		test = Vehicles.ContainerAccess.Seat,
	}
	category = seat,
	itemType = Base.ZRAP_RearSeat,
	mechanicRequireKey = true,
}

part ZRAP_SeatRearRight
{
	model Default
	{
		file = ZRAP_RearRightSeat,
	}
	area = SeatRearRight,
	container
	{
		seat = RearRight,
		test = Vehicles.ContainerAccess.Seat,
	}
	category = seat,
	itemType = Base.ZRAP_RearSeat,
	mechanicRequireKey = true,
}
	

	}
}